Add plugin entry: antigravity-acp - #131
Conversation
Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is what we found reviewing the source at the tag your entry resolves to and installing it from that entry into a dev build of BB 0.40: Blocker 1: the plugin fails to installInstalling We reproduced it standalone. The cause is a stale Fix: delete Blocker 2: the plugin id collides with an earlier submissionPR #102 claims the same We are awarding the id to #102 on priority: its repo and marketplace PR both predate yours by 5 days, it is MIT-licensed, and a third-party plugin ( We would like to list yours too — please rename to a non-colliding id. Also worth fixing
What we likedThis is the cleanest of the three ACP submissions we looked at. It delegates all protocol work to the SDK bridge instead of hand-rolling it, uses |
SawyerHood
left a comment
There was a problem hiding this comment.
Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.
Review-driven changes (get-bb/marketplace#131): - Rename plugin id to google-antigravity-acp (id collided with an earlier submission): package name, icon asset, CLI (bb google-antigravity-acp status/install), marketplace entry filename. - Rebuild package-lock.json: @get-bb/plugin-sdk now installs with `npm install --omit=dev` (it was marked dev:true and the SDK never landed, so the ACP provider bridge could not resolve). - Pin the ACP registry fetch to REGISTRY_COMMIT instead of an unpinned main branch (arbitrary-binary-on-PATH risk). - Remove the AGY_ACP_INSTALL_FROM env-var redirect; only explicit --from. - Replace tar-based zip extraction (zip-slip) with unzip / validated zipfile / PowerShell Expand-Archive; refuse ../ and absolute entries. - Windows PATH mutation is now explicit: only with --update-path, with a setx 1024-char truncation guard. - Use the registry launch args (--uid= on Linux) in the launch spec and record them in the install manifest. - Add MIT LICENSE; drop template cruft from devDependencies/tsconfig.
|
Thanks for the detailed review — both PRs are updated. New release published: Blocker 1 — install failure: fixed
Blocker 2 — id collision: renamed to
|
What
Adds the antigravity-acp plugin to the bb marketplace.
bb-plugin-antigravity-acp@0.1.0(git source, range^0.1.0, tagv0.1.0)antigravity-acp(matches plugin manifest and filename)About the plugin
Google Antigravity as a bb agent provider through its official ACP server, with the same provider bridge as bb's built-in ACP agents.
Validation
npm run buildpasses — marketplace.json compiles (83 entries, no errors)v0.1.0exists on the plugin repository